Ai Squared, Inc. ZoomText
I am adding an addendum to my previous post.10.11.3.601 which we were installing is leaving behind a remnant that prevents the next version from installing.Below is my updated removal script th… Read More
As of version 10.11, they have added a new switch to create the registry keys when deploying via SCCM. However, this alone does NOT bypass the need for a first launch via the administrator acco… Read More
The programs installer did not play well with SCCM because it would kick back a successful completion as soon as it was executed. So I added an install and uninstall script to take care of it. … Read More
Imaging and redeploying zoomtext can be _extremely_ difficult. It likes to grab info about the display adapter on the master image machine and doesn't easily let it go. Vendor suggested running… Read More
Below are the Default Command Line Switches which the Vendor Provided setup will display when you run "Setup.exe ?". You have to use the setup.exe available under ztseup folder. ni -- No user … Read More
For ZoomText 10 I used the following... Run Parameters: setup.exe -nir -noas -novls -asn:xxxxxxxxxxxxxx Full Command Line: setup.exe -nir -noas -novls -asn:xxxxxxxxxxxxxx Read More
Additional command line options: (Taken from v9.18.8.58) asures: -- Qualified file name of localized setup resource dll. Follow 'asures:' with name (with or without quotes) id -- Inspect setup… Read More
Enable the error log: 1. Prior launching ZoomText, navigate to the Zoomtext program directory 2. Open the file "TestSupp.ini" 3. Change Verbosity = 0 to Verbosity = 31 4. Run ZoomText 5. View … Read More
Setup.exe /NI /NDC /ULOCKDOWN /STI /NODUALMONPROMPT /ASN:XXXXXXXXXXXXXX Note: The /NDC switch will not install the ZoomText display driver, which is important if you are deploying across diffe… Read More
The documentation reports that the installing user must be a workstation admin. I found this to be true as it will not install with Power User rights. Read More
To set up silently, enabling autostart, entering the serial number and disabling automatic updates (the most common options) Setup.exe -nir -oas -asn:**************(serial number without dashe… Read More
ni -- No user interface (silent install). nir -- No user interface (silent install) and reboot when done. ndc -- skips zt driver configuration in the registry … Read More
To get ZoomText working on WinXP, you need to change some file and registry permissions: Files and Directories: %ProgramFiles%\Config Administrators:Full Control System:Full Control Users:Cha… Read More